@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@700&display=swap');
* {
	margin: 0;
  font-family: 'Comfortaa', cursive;
}
.cr-pointer.btn.btn-success.pull-right,.btn.btn-default.active{border-radius:1.5625pc;}*{margin-left:0;}[class~=btn][class~=btn-success][class~=btn-block]:hover,[class~=product]:hover{-webkit-transform:scale(1.15);}*{margin-bottom:0;},[class~=xbox][class~=xbox_server],[class~=xbox][class~=xbox_monitoring],[class~=navbar],.modal-content.modal-donate,[class~=btn][class~=btn-success][class~=btn-block],[class~=xbox][class~=xbox_store],[class~=product__name],[class~=xbox__body],[class~=product__price],[class~=product],[class~=modal-content][class~=modal-donate][class~=btn][class~=btn-success][class~=btn-block]:hover,[class~=product]:hover{-ms-transform:scale(1.15);}[class~=btn][class~=btn-success][class~=btn-block]:hover,[class~=product]:hover{transform:scale(1.2);}[class~=btn][class~=btn-success][class~=btn-block],[class~=product],[class~=xbox][class~=xbox_store],[class~=xbox][class~=xbox_monitoring]{border-radius:3.75pt;}*{margin-top:0;}[class~=btn][class~=btn-success][class~=btn-block]{transition:all .2s ease;}.navbar{position:relative;}.navbar{top:0;}.navbar{left:0;}.navbar{right:0;}.navbar{display:block;}[class~=progress],[class~=btn][class~=btn-default]{border-radius:1.5625pc;}[class~=btn][class~=btn-default]:hover{-webkit-transform:scale(1.1);}[class~=xbox__header],[class~=navbar-brand],[class~=header-image][class~=btn][class~=btn-default]:hover{-ms-transform:scale(1.1);}[class~=btn][class~=btn-default]:hover{transform:scale(1.1);}.btn.btn-default.active{background:#5e7c5f;}
}
.xbox_monitoring .xbox__header h4, .xbox_vk .xbox__header h4, .xbox_skins .xbox__header h4 {}
.xbox .xbox__header h4 {
    color: #fff !important;
    font-size: 22px;
    font-weight: 400;
    text-shadow: 1px 1px 1px #111;
    text-align: -webkit-center;
}
.xbox__header {
    padding: 15px;
    border-bottom: 3px solid #353535;
}
.xbox__body {
  padding: 15px;
  }
.xbox_monitoring h4::before {
    font: normal normal normal 22px FontAwesome;
    content: "\f233 ";
    margin-right: 6px;
}
.xbox.xbox_widget_stats .table>tbody>tr>td, .xbox.xbox_widget_stats .table>tbody>tr>th, .xbox.xbox_widget_stats .table>tfoot>tr>td, .xbox.xbox_widget_stats .table>tfoot>tr>th, .xbox.xbox_widget_stats .table>thead>tr>td, .xbox.xbox_widget_stats .table>thead>tr>th {
    padding: 10px; 
    vertical-align: middle;
}
th {
    text-align: center;
}
.xserver__links .ml-auto a {
    opacity: 0.5
}
.fa {
    font-size: large;
}
.xbox a:hover {
    color: #fff;
    opacity: 1
}
select option {
    background: #282828;
}
.footer {
    background: none;
}
.btn-success {
    transition: all 0.3s ease 0s !important;
}
.btn-default, .btn-default:focus, .btn-default:hover {
    border: 0px;
}
.dropdown-menu>li>a {
    font-weight: 400;
    line-height: 1.9;
}
.nav-justified>li {
    display: table-cell;
    width: 0%;
    font-size: 16px;
}
label {
    margin-bottom: 7px;
    font-size: 16px;
    padding: 1%;
}
input-group-addon {
    padding: 4px 10px
    border-radius: 0px;
    font-size: 17px;
}
.input-group input.form-control {
    margin-top: 0px;
}
.kit-product__name, .kit-product__quantity {
    background: rgba(255,255,255, 0.05);
    position: unset;
    padding: 0px;
}
.kit-product__name {
    padding: 5px;
    font-size: 16px;
    color: #ddd;
}
.kit-product {
    background: #171717;
    margin: 0px;
    padding: 0%;
    border-radius: 2.5px;
    text-align: center
}
.kit-product__image {
    width: 80%;
}
.product {
    background-color: rgba(255, 255, 255, 0.05);
	background-position: 0 0, 0 0, 0 0;
	transition: all 0.2s;
    margin: 9px;
	animation-name: ItemUnhover;
	animation-duration: 0.3s
}
.product__image {
    padding: 3%;
    border-radius: 2.5px;
}
.product:hover {
	background-color: rgba(255, 255, 255, 0.1);
	-webkit-animation-name: ItemHover;
	animation-name: ItemHover;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards
}
.product:active {
	background-color: rgba(255, 255, 255, 0.2);
	-webkit-animation-name: ItemHover;
	animation-name: ItemHover;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards
}
.product__price {
	background: rgba(10,20,10,.0);
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 1px 5px #000
}
.product__price-old {
	display: none
}
.product__quantity {
	background: rgba(255, 255, 255, 0);
	font-size: 18px;
	font-weight: 800;
	color: #fff;
	text-shadow: 1px 1px 1px #000
}
.product__name {
	background: rgba(255, 255, 255, 0);
	font-size: 16px;
	font-weight: 800;
	color: #fff;
	text-shadow: 1px 1px 0px #000;
    transition: transform .5s ease;
	text-align: center
}
.product__discount {
	background: #d43;
	color: #fff;
	text-shadow: 0px 0px 5px #d43;
	transform: rotate(45deg) translateY(-30%) translateX(25%);
	padding: 0 10%
}
.product__servers {
	font-size: 24px;
    font-weight: 1000;
}
.product__command {
	font-size: 18px;
    font-weight: 1000;
}
.form-control {
	background-color: rgba(255, 255, 255, 0.1);
	color: #fff;
	font-family: 'Comfortaa', cursive;
	font-size: 18px;
	font-weight: 500;
	border: 0;
    padding: 4px 10px;
	border-radius: 0px !important;
	border-bottom: 2px solid transparent;
	border-color: rgba(255, 255, 255, 0) !important;
	transition: all 0.2s
}
.form-control:hover {
	background-color: rgba(255, 255, 255, 0.2)
}
.form-control:focus {
	background-color: rgba(255, 255, 255, 0.1);
	border-color: rgba(255, 255, 255, 1) !important
}
.modal .modal-footer {
    background: #282828;
    border-top: none;
}
.modal-content {
	background-color: rgba(0, 0, 0, 0) !important
}
.modal-body, .modal-header, .modal-footer {
	background-color: rgba(0, 0, 0, 0.8) !important;
}
.modal-title {
	font-size: 20px !important;
	font-weight: 800 !important;
	color: #fff;
	text-shadow: 1px 1px 1px #333;
	text-transform: uppercase
}
.modal-roulette .modal-header {
	background-color: #0275d8 !important
}
.modal-roulette .btn-secondary {
	color: #fff;
	background-color: #d9534f;
	border-color: #d9534f
}
.modal-roulette .btn-secondary:hover {
	color: #fff;
	background-color: #c9302c;
	border-color: #c12e2a
}
.modal-roulette .btn-secondary:active, .modal-roulette .btn-secondary:focus {
	color: #fff;
	background-color: #c9302c;
	box-shadow: 0 0 0 2px rgba(217, 83, 79, .5)
}
.modal-roulette .modal-footer {
	top: 281px;
	width: 50%;
	margin-left: 25%;
	background-color: rgba(0, 0, 0, 0) !important;
	position: absolute
}
.modal-roulette .ladda-label {
	color: rgba(0, 0, 0, 0);
	font-size: 0
}
.modal-roulette .ladda-button:after {
	content: 'Испытать удачу'
}
.roulette {
	background-color: rgba(255, 255, 255, 0.1);
	margin-bottom: 10px
}
.roulette-item {
    background: none;
	border-radius: 0px;
	box-shadow: 0 0 0 0
}
.roulette-item__image {
	width: 170px;
	height: 140px;
	overflow: hidden;
	border-radius: 0px;
	padding: 0px
}
.roulette-item__description {
	color: #fff;
	text-align: center;
	text-shadow: 1px 1px 1px #333;
	padding: 4px;
	padding-left: 8px
}
.roulette__railway {
	-webkit-animation-name: ShowRoulette;
	animation-name: ShowRoulette;
	-webkit-animation-duration: 1.30s;
	animation-duration: 1.30s;
}
.roulette_item {
	margin: 1px;
	margin-top: 10px;
	display: inline-block;
	background-color: rgba(255, 255, 255, 0.1);
	width: 140px;
	height: 140px;
	user-select: none;
	cursor: default;
	transform: scale(1);
	transform: translateY(30%);
	opacity: 0;
	-webkit-animation-name: ShowItem;
	animation-name: ShowItem;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards
}
.roulette_item .subdesc {
	background-color: #0275d8;
	color: #fff;
	position: absolute;
	z-index: 1000;
	width: 140px;
	line-height: 18px;
	height: 140px;
	padding: 4px;
	padding-left: 8px;
	text-shadow: 1px 1px 1px #333;
	opacity: 0;
	transition: all 0.2s
}
.roulette_item .subdesc:hover {
	opacity: 1
}
.roulette_item img {
	width: 100px;
	height: 100px;
	margin-left: 20px
}
.item__description, .kit__description, .roulette__description, .service__description {
    background-color: #181818;
}
.input-group-addon {
    border-radius: 0x;
  padding: 4px 10px;
    font-size: 20px;
}
@keyframes ShowRoulette {
	0% {
		margin-left: 2000px
	}
	100% {
		margin-left: px
	}
}
@keyframes ShowItem {
	0% {
		opacity: 0;
		transform: translateY(50%)
	}
	50% {
		opacity: 1;
		transform: translateY(-10%)
	}
	85% {
		opacity: 1;
		transform: translateY(5%)
	}
	100% {
		opacity: 1;
		transform: translateY(0%)
	}
}
@-webkit-keyframes ZoomIn {
	0% {
		opacity: 0;
		transform: scale(0)
	}
	65% {
		opacity: 1;
		transform: scale(1.15)
	}
	100% {
		opacity: 1;
		transform: scale(1)
	}
}
@keyframes ZoomIn {
	0% {
		opacity: 0;
		transform: scale(0)
	}
	65% {
		opacity: 1;
		transform: scale(1.15)
	}
	100% {
		opacity: 1;
		transform: scale(1)
	}
}
@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
		transform: scale(1)
	}
	25% {
		opacity: 1;
		transform: scale(1.15)
	}
	70% {
		opacity: 1;
		transform: scale(0)
	}
}
@keyframes fadeOut {
	0% {
		opacity: 1;
		transform: scale(1)
	}
	25% {
		opacity: 1;
		transform: scale(1.15)
	}
	70% {
		opacity: 0;
		transform: scale(0)
	}
}
@-webkit-keyframes fadeInUp {
	0% {
		transform: scale(0)
	}
	45% {
		transform: scale(1.15)
	}
	70% {
		transform: scale(1)
	}
}
@keyframes fadeInUp {
	0% {
		transform: scale(0)
	}
	45% {
		transform: scale(1.15)
	}
	70% {
		transform: scale(1)
	}
}
@-webkit-keyframes ItemHover {
	0% {
		transform: scale(1)
	}
	50% {
		transform: scale(1.2)
	}
	100% {
		transform: scale(1.15)
	}
}
@keyframes ItemHover {
	0% {
		transform: scale(1)
	}
	50% {
		transform: scale(1.2)
	}
	100% {
		transform: scale(1.15)
	}
}
@-webkit-keyframes ItemUnhover {
	0% {
		transform: scale(1.15)
	}
	50% {
		transform: scale(0.85)
	}
	100% {
		transform: scale(1)
	}
}
@keyframes ItemUnhover {
	0% {
		transform: scale(1.15)
	}
	50% {
		transform: scale(0.85)
	}
	100% {
		transform: scale(1)
	}
}
.btn { 
    transition: all 0.3s ease 0s !important; 
    border-radius: 1.5625pc; 
    outline: 0; 
    box-shadow: 0 4px 0 0 #36393f !important;
    font-weight: 600;
    line-height: 1.5;
}
.btn-default.active, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active, .btn-default:active:focus, .btn-default:active:hover {
    border: 0px;
  }
.nav-justified {
    padding: 11px;
    border-bottom: 3px solid #353535;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff;  
    background: #5e7c5f;
}
.store-categories>.btn {
    margin-bottom: 11px;
}
.btn+.btn {
    margin-left: 11px;
}
.store-categories {
    text-align: center;
    margin-bottom: 10px
}
.gs-loader .gs-loader-inner .spi {
    width: 200px;
    height: 250px;
    background-image: url(https://gspics.org/images/2020/09/26/zSK4I.png);
    background-size: contain;
    background-repeat: no-repeat;
    animation: loader4 0.6s infinite linear;    
  	filter: drop-shadow(0px -0px 50px rgba(34, 78, 14, 0.53));
}
.gs-loader .gs-loader-inner .spi:before {
    border: none !important;
}
.gs-loader .gs-loader-inner .spi:after {
    background-color: transparent;
}
.gs-loader {
    background-image: url(https://gspics.org/images/2021/03/01/0LsSn8.jpg);
    background-attachment: fixed;
    background-size: 100%;
    background-repeat: repeat;
}
[class~=store-filters]{background-color:rgba(28,134,238,.25);
}
.product__servers {
    font-size: 0px;
    font-weight: 100;
}